home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / the_independent.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2011-08-19  |  72 b   |  9 lines

  1. if(pd < 100)
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(5);
  8. }
  9.